0.0
NA
CVE-2026-56016
CGI::Session::ID::md5 versions before 4.49 for Perl generate predictable session ids from low-entropy sources
Description

CGI::Session::ID::md5 versions before 4.49 for Perl generate predictable session ids from low-entropy sources. The generate_id method builds the session id from a MD5 digest of the process id, the epoch time, and the built-in rand() function. All three are predictable, low-entropy sources: the PID is drawn from a small range, the epoch time can be guessed or read from the HTTP Date header, and Perl's rand() is unsuitable for security purposes because it is predictable and reversible. An attacker who predicts a session id can impersonate the corresponding session and bypass authentication.

INFO

Published Date :

July 1, 2026, 6:46 a.m.

Last Modified :

July 1, 2026, 6:46 a.m.

Remotely Exploit :

No

Source :

CPANSec
Affected Products

The following products are affected by CVE-2026-56016 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Update Perl CGI::Session::ID::md5 module to version 4.49 or later to use stronger session ID generation.
  • Update CGI::Session::ID::md5 to version 4.49 or later.
  • Ensure session IDs are generated securely.
  • Implement stronger entropy sources for session ID generation.
  • Review and strengthen authentication mechanisms.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-56016 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.